home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / mac / SOFTWARE / MAC / BROWSING / SHERLOCK / COMPLETE.SIT.HQX / The Complete Sherlock Archive / Companies / vendorseek.src < prev    next >
Text File  |  1998-10-30  |  660b  |  28 lines

  1. #
  2. # VendorSeek search Plugin for Sherlock, Mac OS 8.5
  3. # by Nathan Clegg
  4. #
  5.  
  6. <search
  7. name = "VendorSeek"
  8. action = "http://www.helpme.com/cgi-bin/vendorseek/find_comp"
  9. update = "http://www.helpme.com/downloads/vendorseek.src.hqx"
  10. updateCheckDays = 7 
  11. description = "Searches the database of vendor's technical support numbers."
  12. method = get
  13. >
  14.  
  15. <input name = "company" user>
  16. <interpret
  17.     bannerStart = "<!-- bannerstart -->"
  18.     bannerEnd = "<!-- bannerend -->"
  19.     
  20.     relevanceStart = "<!-- RVS -->"
  21.     relevanceEnd = "<!-- RVE -->"
  22.     resultListStart="<!-- RLS -->"
  23.     resultListEnd="<!-- RLE -->"
  24.     resultItemStart="<!-- RIS -->"    
  25.   resultItemEnd = "<!-- RIE -->"
  26. >
  27. </search>
  28.